home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
dskut
/
chop1292.zip
/
CC.BAT
next >
Wrap
DOS Batch File
|
1992-12-18
|
190b
|
11 lines
if .%2 == .NOC GOTO NOLINK
\c\BIN\CC %1,%1 /AH ; >er.log
e3 er.log %1.c
@echo Continue with link?
qyn
if NOT ERRORLEVEL 1 GOTO EXIT
:NOCOMP
\c\LIB\CLINK %1 ;
:NOLINK
:EXIT